home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer)…68k, x86, SPARC, PA-RISC] / NeXTSTEP 3.3 Dev Intel.iso / NextDeveloper / Apps / ProcessMonitor.app / English.lproj / DPSInspector.nib / data.classes next >
Encoding:
Text File  |  1994-11-29  |  274 b   |  21 lines

  1. DPSInspector = {
  2.     OUTLETS = {
  3.     backingStore;
  4.     virtualMemory;
  5.     };
  6.     SUPERCLASS = Inspector;
  7. };
  8. FirstResponder = {
  9.     ACTIONS = {
  10.     };
  11.     SUPERCLASS = Object;
  12. };
  13. Inspector = {
  14.     OUTLETS = {
  15.     window;
  16.     contentView;
  17.     inspectView;
  18.     };
  19.     SUPERCLASS = Object;
  20. };
  21.